file(GLOB  debugger_FILES *.cpp)
add_library (debugger  STATIC EXCLUDE_FROM_ALL ${debugger_FILES}) 